ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomPropertyCollection Class / CustomPropertyCollection Constructor / CustomPropertyCollection Constructor(IEnumerable<CustomProperty>)
A collection of CustomProperty objects.

In This Topic
    CustomPropertyCollection Constructor(IEnumerable<CustomProperty>)
    In This Topic
    Initializes a new instance of the CustomPropertyCollection class with the specified properties.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal properties As IEnumerable(Of CustomProperty) _
    )
    public CustomPropertyCollection( 
       IEnumerable<CustomProperty> properties
    )

    Parameters

    properties
    A collection of CustomProperty objects.
    Exceptions
    ExceptionDescription
    Thrown when properties is null.
    See Also